 @import url('./Teste.css');     
















body, section{
  background-color: rgb(236, 236, 236)!important;
}
.video-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
}

.video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.fechar {
  position: absolute;
   margin:0 1rem 0 0;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: #ff4d4f;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
  z-index: 10000;
}

.fechar:hover {
  background-color: #e60000;
}


.item-video {
  
      text-align: left;

   cursor: pointer;
  margin-bottom: 20px;
}
 
.item-video p{
  color: #000;
  padding-left: 1rem;

}
.item-video img {
  margin-right: 1%;
    max-width: 100%;
    height: auto;
    display: block;
  }

/*VIDEO*/



.leia-tambem {
  padding: 2rem;
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}

.leia-tambem h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #d32f2f;
  font-weight: bold;
}

.leia-grid {
  display: grid;
  gap: 1.5rem;
}

.leia-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.leia-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.leia-item .categoria {
  font-size: 0.75rem;
  font-weight: bold;
  color: #d32f2f;
  text-transform: uppercase;
}

.leia-item p {
  font-size: 0.95rem;
  margin-top: 0.3rem;
  line-height: 1.4;
  color: #333;
}
/*-------*/
.leia-tambem {
  padding: 2rem;
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
}

.leia-tambem h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #d32f2f;
  font-weight: bold;
}

.leia-grid-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.leia-card {
  background-color: #f9f9f9;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.leia-card:hover {
  transform: scale(1.02);
}
a{
  text-decoration: none;
}
.leia-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.leia-conteudo {
  padding: 0.8rem 1rem 1rem;
}

.leia-conteudo .categoria {
  font-size: 0.75rem;
  font-weight: bold;
  color: #d32f2f;
  text-transform: uppercase;
}

.leia-conteudo p {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.4;
}

/* LEIA TBM*/


.map-responsive{
  border: 5px black solid;
  overflow:hidden;
  padding-bottom:25%;
  position:relative;
  height:0;

}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
 /* Estilos gerais do footer */
footer {
    text-align: left;

    width: 100%;
    background-color: black;
    padding: 2rem 1rem;
    color: white!important;
    box-sizing: border-box;
}

/* Container principal para o conteúdo do footer */
.div {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens se ajustem quando a tela for reduzida */
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Estilos para cada coluna do footer */
.redes {
    flex: 1;
    min-width: 250px; /* Garante que as colunas não fiquem muito pequenas */
    padding: 1rem;
}

/* Logo no footer */
.logoFooter {
    width: 100px;
    margin-bottom: 1rem;
}

/* Estilos para os ícones de redes sociais */
.redes img.icon {
    width: 2rem;
    margin-right: 1rem;
    cursor: pointer;
}
.redes li{
    color: white;
    text-align: left;
}
.redes li:hover {
    color: blue;
}
/* Rodapé inferior com os direitos autorais */
.footer-bottom {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #f0f0f0;
}

/* Estilos para os links dentro das listas */
ul a {
    text-decoration: none;
    color: #fff;
}

ul li {
    margin: 0.5rem 0;
}

/* Estilos para o conteúdo adicional no rodapé */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1rem;
}

.footer-content {
    flex: 1;
    min-width: 200px;
    padding: 1rem;
        color:white!important;

}
.footer-content img{
    width: auto;
    height: 29px;
    
}
#vertical {
    border-left: 1px solid #ddd;
    height: 9rem;
    margin: 0 1rem;
}

/* Formas de pagamento */
.form {
    display: flex;
    flex-wrap: wrap; /* Permite que os ícones se ajustem em telas menores */
    justify-content: center; /* Centraliza os ícones de pagamento */
}

.form img {
    width: auto;
    height: 19px;
    margin: 0.5rem; /* Ajuste da margem entre os ícones */
}

/* Responsividade para telas menores */
@media (max-width: 768px) {

    .div {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .item-video p{
 
  padding-left: .1rem;

}
 .item-video img {
  
    width: 50%;
    height:20%;

  }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-content {
        margin-bottom: 1rem;
    }

    #vertical {
        display: none; /* Oculta a linha vertical em telas menores */
    }
    .vertical-hr{
        width: 9rem;
    }

    .form img {
        width: 1.5rem; /* Reduzir o tamanho dos ícones em telas pequenas */
        margin: 0.5rem; /* Ajuste a margem para garantir espaçamento adequado */
    }
}
 